add insert_child_anchor signal, bug #50245
authorHavoc Pennington <hp@redhat.com>
Mon, 19 Feb 2001 23:27:27 +0000 (23:27 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Mon, 19 Feb 2001 23:27:27 +0000 (23:27 +0000)
commitbc31a1bcca308f345343aa82f0b54072fccbc693
tree591e11b74eae3ea337250ac03a3e6880de9a8557
parent027c3154997eed2f371025399b764321b44a19b3
add insert_child_anchor signal, bug #50245

2001-02-19  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
insert_child_anchor signal, bug #50245

* gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
from create_child_anchor, so the anchor is passed in

* gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
(_gtk_widget_segment_new): have the child anchor object passed in,
instead of creating it.

* gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
to gtk_text_buffer_get_modified
16 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktextbtree.c
gtk/gtktextbtree.h
gtk/gtktextbuffer.c
gtk/gtktextbuffer.h
gtk/gtktextchild.c
gtk/gtktextchild.h
gtk/gtktextchildprivate.h
gtk/testtext.c
tests/testtext.c